home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / SPIFC100.ZIP / patchfx.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-06-10  |  1.9 KB  |  96 lines

  1. object Form1: TForm1
  2.   Left = 572
  3.   Top = 324
  4.   ActiveControl = btToggle
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Future Cop GER Versin -=- PatchFX'#0#0
  8.   ClientHeight = 219
  9.   ClientWidth = 340
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 6
  23.     Top = 6
  24.     Width = 328
  25.     Height = 172
  26.     BevelInner = bvLowered
  27.     Caption = 'Panel1'
  28.     Color = clBlack
  29.     TabOrder = 0
  30.     object img_logo: TImage
  31.       Left = 4
  32.       Top = 4
  33.       Width = 320
  34.       Height = 90
  35.       Center = True
  36.       Picture.Data = {<image000.bmp>}
  37.     end
  38.     object Description: TMemo
  39.       Left = 32
  40.       Top = 100
  41.       Width = 257
  42.       Height = 64
  43.       TabStop = False
  44.       Alignment = taCenter
  45.       BorderStyle = bsNone
  46.       Color = clBlack
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clWhite
  49.       Font.Height = -9
  50.       Font.Name = 'Small Fonts'
  51.       Font.Style = []
  52.       MaxLength = 1000
  53.       ParentFont = False
  54.       ReadOnly = True
  55.       TabOrder = 1
  56.     end
  57.     object Memo1: TMemo
  58.       Left = 1
  59.       Top = 1
  60.       Width = 326
  61.       Height = 170
  62.       TabStop = False
  63.       ScrollBars = ssVertical
  64.       TabOrder = 0
  65.       Visible = False
  66.     end
  67.   end
  68.   object btQuit: TButton
  69.     Left = 256
  70.     Top = 190
  71.     Width = 76
  72.     Height = 24
  73.     Caption = '&Quit'
  74.     TabOrder = 1
  75.     OnClick = btQuitClick
  76.   end
  77.   object btToggle: TButton
  78.     Left = 96
  79.     Top = 190
  80.     Width = 76
  81.     Height = 24
  82.     Caption = '&ReadMe'
  83.     TabOrder = 2
  84.     OnClick = btToggleClick
  85.   end
  86.   object btGo: TButton
  87.     Left = 8
  88.     Top = 190
  89.     Width = 76
  90.     Height = 24
  91.     Caption = '&Crack It!'
  92.     TabOrder = 3
  93.     OnClick = btGoClick
  94.   end
  95. end
  96.